home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Applications / Telnet 2.6.1d1 / src / source / config / Sets.proto.h < prev   
Encoding:
Text File  |  1993-11-01  |  323 b   |  11 lines  |  [TEXT/KAHL]

  1. void    SETSunload(void);
  2. void readconfig(FSSpec theSet);
  3. void SaveSet(void);
  4. void LoadSet(void);
  5. char Myfgetc(short myfile);
  6. void CStringToFile(short myfile, unsigned char *mystring);
  7. short ncstrcmp(char *sa, char *sb);
  8. Boolean affirmative( char *s);
  9. Boolean Sissep( char c);
  10. short confile( char *s);
  11. short contoken( char c);